Skip to content

Fix bug in constraint solver caused by lazy evaluation of Result#9

Open
H2CO3 wants to merge 1 commit intoSchwenger:mainfrom
H2CO3:main
Open

Fix bug in constraint solver caused by lazy evaluation of Result#9
H2CO3 wants to merge 1 commit intoSchwenger:mainfrom
H2CO3:main

Conversation

@H2CO3
Copy link

@H2CO3 H2CO3 commented Dec 17, 2022

Fix a bug I just discovered: errors from resolve_asymmetric() must be returned even if there was a change, so use eager "or" (|) instead of short-circuiting "or" (||).

…there was a change, so use eager "or" (`|`) instead of short-circuiting "or" (`||`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant